home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / CRITBKEY.MEX < prev    next >
Text File  |  1996-09-06  |  262b  |  11 lines

  1. #include <max.mh>
  2. #include "callers.mh"
  3.  
  4. int main () {
  5.   read_callers ();
  6.   input_str (callers.criteria.bad_keys, INPUT_LB_LINE & INPUT_DEFAULT, 0, 0,
  7.     COL_LBLUE + "Do not show users with the following keys: " + COL_CYAN);
  8.   write_callers ();
  9.   }
  10.  
  11.